UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Web Sharing must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-51415 OSX8-00-01275 SV-65625r1_rule Medium
Description
Web Sharing must be disabled.
STIG Date
Apple OS X 10.8 (Mountain Lion) Workstation STIG 2015-02-10

Details

Check Text ( C-53751r1_chk )
To check if Web Sharing is enabled, run the following command:

sudo defaults read /System/Library/LaunchDaemons/org.apache.httpd.plist Disabled

If the result is not "1", this is a finding.
Fix Text (F-56213r1_fix)
To disable Web Sharing, run the following command:

sudo defaults write /System/Library/LaunchDaemons/org/apache.httpd.plist Disabled -bool TRUE